Text File | 1996-03-09 | 964 b | 17 lines | [TEXT/Imag]
This folder contains the complete Pascal source code for NIH Image V1.60. This source code is in the public domain. To compile this source, you need either the Metrowerks PPC or 68K Pascal compiler from the CodeWarrior CW8 CD-ROM.
You must also use ResEdit to set the "High level event aware" flag in the Size resource in order for the 68K or "fat" version of NIH Image to process Apple Events such as Open and Print.
To compile a "fat" version, change the name of the resource file to "Image.rsrc.temp", rename the 68K application to "Image.rsrc", and recompile the PPC application.
The support for Scion PCI frame grabbers is disabled in the version. To enable it you will need to set 'SupportScionPCI' to 1 in Init.p and add
the following libraries in the NIH Image project:
ScionPCI.lib
PCILib
NameRegistryLib
DriverServicesLib
ScionPCI.lib is included with the NIH Image source. The other libraries